home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page10 / 00080.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  75 b   |  7 lines

  1. on mouseUp
  2.   global knot
  3.   if knot = 0 then
  4.     go("falling")
  5.   end if
  6. end
  7.